/*======================================== Global css Start ========================================*/



:root {
    --primary: #262262;
    --secondary: #c9208a;
    --footer-bg: #232f3e;
    --gray-bg: #f1f3f3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    font-family: amazon_embermedium;
    font-size: 16px;
}

p {
    font-size: 20px;
    line-height: 32px;
    font-family: amazon_emberregular;
    color: #262262;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

img,
picture,
video,
canvas,
svg {

    max-width: 100%;
}

img {
    height: auto;
}

a {
    text-decoration: none;
}

.bgtheme1 {
    background: var(--primary);
}

.bgtheme2 {
    background: var(--secondary);
}

.bg-gray {
    background: var(--gray-bg);
}

.bg-footer {
    background: var(--footer-bg);
}

.theme-color1 {
    color: var(--primary) !important;
}

.theme-color2 {
    color: var(--secondary) !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.divider-border {
    margin: 35px auto 35px auto;
    background: var(--secondary);
}

.btn {
    background: var(--secondary);
    border-color: var(--secondary);
    border-radius: 0;
    color: #fff;
    transform: scale(1);
    transition: all 0.4s ease;
    text-transform: uppercase;

}

.btnBig {
    padding: 23px 50px;
    font-size: 18px;
    font-weight: 700;
}

.btnForm {
    padding: 10px 20px;
}

.btn:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;

}

.section-heading h2 {
    font-size: 35.7px;
    line-height: 42.5px;
    font-family: 'amazon_emberlight';
    font-weight: 400;
    color: #262262;
}


/*======================================== Global css End ========================================*/


/*======================================== Header Start ========================================*/

.mainheader {
    position: fixed;
    top: 0;
    padding: 28px 0;
    background-color: transparent;
    z-index: 10;
    overflow: visible;
    width: 100%;
    transition: all 0.4s ease;
}



.navbar-brand img {
    height: 30px;
}

header nav .navbar-nav .nav-link {
    color: #ffffff;
    font-family: amazon_embermedium;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 14px;
    margin-right: 14px;
    padding: 0;
}

header nav .navbar-nav .nav-lika
{
    color: #ffffff;
    font-family: amazon_embermedium;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 14px;
    margin-right: 14px;
}

header.header-fixed nav .navbar-nav .nav-lika
{
    color: #262262;

}

header nav .navbar-nav .nav-link.navbar-btn {
    margin-right: 0;
    position: relative;
}

header nav .navbar-nav .nav-link.navbar-btn:after,
header nav .navbar-nav .nav-link.navbar-btn:before {
    content: "";
    position: absolute;
    background: var(--secondary);
    left: -12px;
    width: calc(100% + 24px);
    z-index: -1;
    height: 100%;
    top: 50% !important;

}



header nav .navbar-nav .nav-link.navbar-btn:after {

    height: calc(100% + 24px);
    transform-origin: top;
    transform: translateY(-50%) !important;
}

header nav .navbar-nav .nav-link span {
    position: relative;

}

header nav .navbar-nav .nav-link span:after {
    content: "";
    position: absolute;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    bottom: -3px;
    backface-visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    display: block;
    border-top: 2px solid #fff;
    left: 0;
    width: 100%;
}

header nav .navbar-nav .nav-link:hover span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

header.header-fixed {
    background: rgba(248, 248, 248, 0.90);
    padding: 18px 0;
    position: fixed;
    top: 0;
    width: 100%;

}

header.header-fixed nav .navbar-nav .nav-link {
    color: #262262;
}

header.header-fixed nav .navbar-nav .nav-link.navbar-btn {
    color: #fff;
}

header.header-fixed .navbar-brand img {
    filter: invert(1);
}

header.header-fixed nav .navbar-nav .nav-link span:after {
    border-color: #c9208a;
}

.fixexHeader {
    padding-top: 77px;
}

.navbar-toggler {
    z-index: 9999;
    width: 70px;
    height: 57px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
    right: 0px;
    position: relative;
    overflow: hidden;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span {
    position: absolute;
    width: 35px;
    height: 4px;
    background: var(--secondary);
    border-radius: 4px;
    transition: 0.5s;
}

.navbar-toggler span:nth-child(1) {
    transform: translateY(-15px);
    width: 20px;
    left: 15px;
}

.navbar-toggler span:nth-child(2) {
    transform: translateY(15px);
    width: 15px;
    left: 15px;
}

.navbar-toggler.active span:nth-child(1) {
    width: 40px;
    transform: translateY(0px) rotate(45deg);
}

.navbar-toggler.active span:nth-child(2) {
    width: 40px;
    transform: translateY(0px) rotate(-45deg);
}

.navbar-toggler.active span:nth-child(3) {
    transform: translateX(60px);
}



/*======================================== Header End ==========================================*/


/*======================================== Showcase Start ========================================*/
.showcase
{
    height: 100vh;
    max-height: 100%;
    position: relative;
    min-width: 600px;
}

.showcase img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0px;
}

.header-btn
{
    color: #ffffff;
    font-family: amazon_embermedium;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 14px;
    background: #c9208a;
    padding: 15px 20px;
}

@media only screen and (max-width: 480px) {
    .showcase
{
    height: auto;
    max-height: auto;
}


    .showcase img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 80px;
    }

  
  }

/*======================================== Showcase End ==========================================*/

/*======================================== About Start ========================================*/
.aboutSec h2 {
    font-size: 35.7px;
    line-height: 42.5px;
    font-weight: 300;
    color: var(--primary);
    font-family: amazon_emberlight;

}

.aboutSec h2 b {
    font-weight: 700;
    font-family: amazon_embermedium;
}

.aboutSec h4 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: var(--primary);
    font-family: amazon_emberregular;
}

.aboutBox {
    box-shadow: rgb(0 0 0 / 4%) 0 1px 0, rgb(0 0 0 / 5%) 0 2px 7px, rgb(0 0 0 / 6%) 0 12px 22px;
    padding: 30px 20px;
    border-top: 5px solid #c9208a;
    margin-bottom: 25px;

}

.aboutBox:hover
{
    background: #262262;
}

.aboutBox .aboutText p span
{
    color: #262262;
}

.aboutBox:hover .aboutText p span
{
    color: #fff;
}

.aboutBox:hover .aboutText img
{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.about-content {
    position: relative;
}

.aboutBox .aboutText {
    padding-left: 0;
}

.aboutBox .aboutText p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'amazon_emberregular';
    margin-bottom: 0;
}

.aboutIcon {
    position: absolute;
    top: 0;
    left: 0;
}

.aboutIcon i {
    line-height: 34px;
    height: 34px;
    width: 34px;
    margin-right: 0;
    font-size: 34px;
    color: var(--secondary);
}

.winBox {
    background: var(--primary);
    padding: 30px;
}

.winBox p {
    font-size: 20px;
    line-height: 32px;
}

.prizeRow {
    position: relative;
    z-index: 1;
}

.prizeRow:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 120px;
    right: 120px;
    margin: auto;
    background: #fff;
    z-index: -1;
    height: 1px;
}

.Number {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 60px;
    margin-bottom: 30px;
    font-size: 24px;
    background: var(--primary);

}

/*======================================== About End ========================================*/


/*======================================== Program section start ========================================*/
.programBox {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.programBox .program-overlay {
    content: ' ';
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    background: linear-gradient(to bottom, #000000 0%, #262262 100%);
    opacity: 1;
}

.program-icon img {
    max-width: 175px;
}

/*======================================== Program section end ========================================*/


/*======================================== What's involved section start ========================================*/
.event-info {
    position: relative;
    z-index: 1;
}

.event-info:after {
    display: block;
    position: absolute;
    content: ' ';
    z-index: -1;
    width: 1px;
    height: 100%;
    top: 40px;
    left: 40px;
    background-color: rgba(255, 255, 255, .15);
}

.event-info-item {
    position: relative;
    margin-bottom: 80px;
    padding-left: 100px;
}

.info-icon {
    line-height: 80px;
    font-size: 36px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--secondary);
    border: 2px solid rgba(255, 255, 255, .3);
    background-color: rgb(38, 34, 98);
}

.info-icon span {
    line-height: 80px;
    font-size: 36px;
    width: 80px;
    height: 80px;
    display: block;
    letter-spacing: 0 !important;
    margin-top: -2px;
    margin-left: -2px;
    color: var(--secondary);
}

.info-content h4 {
    line-height: 30px;
    margin-bottom: 4px;
    font-size: 30px;
    color: var(--secondary);
    font-family: 'amazon_emberregular';
    font-weight: 600;
}

.info-content ul,
#newlist ul {
    padding-left: 0;
    margin-left: 30px;
    margin-bottom: 30px;
}

.info-content ul li,
#newlist ul li {
    text-indent: -30px;
    font-size: 20px;
    line-height: 32px;
    font-family: 'amazon_emberregular';

}

.info-content ul li:before,
#newlist ul li:before {
    content: "\2AF8";
    color: #c9208a;
    padding-right: 10px;
}


/*======================================== What's involved section end ========================================*/




/*======================================== Agenda section start ========================================*/
.accordion-item {


    border-color: rgba(255, 255, 255, 0.2);
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-item,
.accordion-item .accordion-button {
    background: transparent;
}

.accordion-item .accordion-button {
    box-shadow: none;
    font-size: 30.6px;
    line-height: 35.7px;
    color: #f1f3f3;
    padding: 30px 70px 30px 0;
    font-weight: 300;
    font-family: 'amazon_emberlight';

}

.accordion-item .accordion-button i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -15px;
    border: 2px solid #888;
    border-radius: 30px 30px;
    background-color: transparent;
    line-height: 18px;
    font-size: 15px;
    transition: transform 0.45s cubic-bezier(.3, .4, .2, 1), border-color 0.15s ease;
    border-color: #fff;

}

.accordion-item .accordion-button i:before {
    content: " ";
    top: 14px;
    left: 6px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    transition: transform 0.45s cubic-bezier(.3, .4, .2, 1), background-color 0.15s ease;
    background-color: #fff;
}

.accordion-item .accordion-button.collapsed i:after {
    content: " ";
    top: 6px;
    left: 14px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    transition: transform 0.45s cubic-bezier(.3, .4, .2, 1), background-color 0.15s ease;
    background-color: #fff;

}

.accordion-button::after {
    display: none;
}

.accordion-item a {
    color: #fff;
    opacity: 0.7;
}

/*======================================== Agenda section end ========================================*/

/*======================================== Speaker section start ========================================*/
.speakerBox a {
    text-decoration: none;
    display: block;
}

.speakerBox .speakerInfo h5 {
    margin-bottom: 5px;
    line-height: 1em;
    color: #272163;
    font-size: 30px;
    font-weight: 700;
}

.speakerBox .speakerInfo h3 {
    color: #272163;
    font-size: 20px;
    line-height: normal;
    font-weight: 200;
    font-family: amazon_emberlight;
    margin-bottom: 10px;

}

.bioText p {
    font-size: 13px;
    line-height: 20px;
}

.modalClose {
    position: absolute;
    right: -20px;
    margin: 0 !important;
    top: -20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    background: #fff !important;
    opacity: 1;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: 700;
}

/*======================================== Speaker section End ========================================*/

/*======================================== Faq section start ========================================*/

.faqMain .accordion-item .accordion-button {
    box-shadow: none;
    font-size: 30.6px;
    line-height: 35.7px;
    color: #262262;
    padding: 30px 70px 30px 0;
    font-weight: 300;
    font-family: 'amazon_emberlight';

}

.faqMain .accordion-item {


    border-color: rgba(0, 0, 0, 0.2);
}



.faqMain .accordion-item a {
    color: var(--primary);
}

.faqMain .accordion-item p,
.faqMain #newlist ul li {
    font-family: 'amazon_emberlight';
    font-weight: 300;
    color: var(--primary);
}

.faqMain .accordion-item .accordion-button i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -15px;
    border: 2px solid #888;
    border-radius: 30px 30px;
    background-color: transparent;
    line-height: 18px;
    font-size: 15px;
    transition: transform 0.45s cubic-bezier(.3, .4, .2, 1), border-color 0.15s ease;
    border-color: var(--primary);
}

.faqMain .accordion-item .accordion-button i:before {
    content: " ";
    top: 14px;
    left: 6px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    transition: transform 0.45s cubic-bezier(.3, .4, .2, 1), background-color 0.15s ease;
    background-color: var(--primary);
}

.faqMain .accordion-item .accordion-button.collapsed i:after {
    content: " ";
    top: 6px;
    left: 14px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    transition: transform 0.45s cubic-bezier(.3, .4, .2, 1), background-color 0.15s ease;
    background-color: var(--primary);
}



/*======================================== Faq section End ========================================*/





/*======================================== Register Section Start ========================================*/
.form-block select,
.form-select,
.form-block .form-control {
    background: transparent;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
}

.form-block .form-control::placeholder,
.form-block select,
.form-select {
    color: #fff;
}

.form-block select {
    appearance: auto;
}

.form-block select,
.form-select {
    background: var(--primary);
}


.form-block .form-check a {
    color: #fff;
    opacity: 0.7;
}

/*======================================== Register Section End ========================================*/
.thankyouBox {
    border-top: 5px solid var(--secondary);
}

.thankyouBox h2 {
    color: #262262;

}

.thankyouBox h4 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: var(--primary);
    font-family: amazon_emberregular;
}

.footer-img img {
    max-width: 160px;
}
footer a
{
    color: #fff;
}

@media (max-width: 767px) {
    .mainheader {
        background: var(--primary);
        padding: 10px 0;
    }

    header nav .navbar-nav .nav-link {
        padding: 10px 0;
    }

    header nav .nav-link.navbar-btn {
        display: inline-block;
        padding: 5px 10px;
        margin-top: 5px;
    }

    header.header-fixed {
        padding: 10px 0;
    }

    .prizeRow:after {
        display: none;
    }

    .modalClose {
        right: 0;
        top: 0;
    }

    .aboutBox .aboutText p,
    .winBox p,
    p,
    .info-content ul li,
    #newlist ul li,
    .aboutSec h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .section-heading h2,
    .aboutSec h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .info-content ul li,
    #newlist ul li {
        text-indent: -24px;
    }

    .event-info-item {
        position: relative;
        margin-bottom: 80px;
        padding-left: 60px;
    }

    .info-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .info-icon span {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    .speakerBox .speakerInfo h5 {
        font-size: 20px;
    }

    .speakerBox .speakerInfo h3 {
        font-size: 16px;
    }

    .accordion-item .accordion-button {
        font-size: 16px;
        line-height: 24px;
    }

    .program-icon img {
        max-width: 100px;
    }

    .aboutBox {
        min-height: 0;
    }

    .fs16 {
        font-size: 14px !important;
    }

    .info-content h4 {
        font-size: 20px;
    }

    .event-info:after {
        left: 20px;
    }
}

.md-top-section {
    background: url(./bannerImg1.jpg);
    padding-bottom: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
    background-position: center;
    position: relative;
   
}

.top-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 155px;
    text-align: center;
}


@media (max-width: 1560px){
    .md-top-section {
        height: 650px;
    }
}

@media (max-width: 1920px){
.md-top-section {
    height: 777px;
}
}

@media (max-width: 1280px){
.md-top-section {
    height: 550px;
}
}

@media (max-width: 1366px){
.md-top-section {
    height: 585px;
}
}




@media (max-width: 769px){
.top-content {
    top: 90px;
    
}

.md-top-section {
    height: 320px;
   
}

}